ComponentOne Basic Library for WPF and Silverlight
SelectedItems Property (C1SelectionManager<T>)


C1.Silverlight Namespace > C1SelectionManager<T> Class : SelectedItems Property
Gets the list of current selected items.
Syntax
'Declaration
 
Public ReadOnly Property SelectedItems As System.Collections.Generic.IList(Of T)
'Usage
 
Dim instance As C1SelectionManager(Of T)
Dim value As System.Collections.Generic.IList(Of T)
 
value = instance.SelectedItems
public System.Collections.Generic.IList<T> SelectedItems {get;}
See Also

Reference

C1SelectionManager<T> Class
C1SelectionManager<T> Members